home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / dc25h-3.zip / DEMO2D.SUB < prev    next >
Text File  |  1990-01-31  |  2KB  |  43 lines

  1. ; DEMO2D.SUB
  2.  
  3. ; Begin Show Gears Pair Moving
  4.  
  5. TEXT_MODE
  6. ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
  7. ECHO │         DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER.          │
  8. ECHO └─────────────────────────────────────────────────────────────────────────────┘
  9. LOCATE 1 5
  10. ECHO     FIRST ANIMATION:  the next part of this demo shows how you can animate wire
  11. ECHO frames.  It  is  a perspective view of gears turning.  It turns until you press
  12. ECHO [Escape] then goes on to show you some more animation.  If you  press  [Return]
  13. ECHO during  the  animation  a menu of animation commands will come up.  If you used
  14. ECHO INSTALL there is a subdirectory named \PIX that  will  hold  the  frame  files,
  15. ECHO otherwise  you need to make one from DOS and run the demo again, i.e.  C>MD PIX
  16. ECHO from DANCAD3D's directory or sub-directory.
  17. LOCATE 1 13
  18. ECHO     If  you  order  the set disks,  video and and manuals you will get DANMOVIE
  19. ECHO v2.x a program that lets you run sets of pixel frame files from memory  rapidly
  20. ECHO and  smoothly with motion forward,  reverse,  and,  back & forth,  at different
  21. ECHO speeds.  It is useful to see how action will look in a film-video  and  to  see
  22. ECHO how parts fit.  DANMOVIE v2.x supports color CGA,  B&W EGA,  and Hercules (tm).
  23. ECHO Press [Return] then ^X if you have seen all of the demo and want to  print  out
  24. ECHO the  perspective drawing of the gears.  Then press [H] (for hard copy) then [D]
  25. ECHO [W] for dot, [J] [W] for Jet, [L] for PostScript, or [P] [P] for plotter.   The
  26. ECHO frames that follow are not all the same,  if you look closely you will see that
  27. ECHO the gears turn a little between frames.  When  they  are run  rapidly they will
  28. ECHO look like they are moving.
  29.  
  30. LOCATE 5 25 ECHO Press [Return] to continue the demo. %%
  31.  
  32. WAIT_FOR_RETURN
  33.  
  34. TEXT LOCATE 23 12 ECHO <WORKING: Animating the Gear Pair> %%
  35.  
  36. DELAY 1000 ; to give time to press ^X
  37.  
  38. ; END
  39.  
  40.  
  41.  
  42.  
  43.